func text/template.indirect
7 uses
text/template (current package)
exec.go#L360: val, _ := indirect(s.evalPipeline(dot, r.Pipe))
exec.go#L690: receiver, isNil := indirect(receiver)
exec.go#L1076: func indirect(v reflect.Value) (rv reflect.Value, isNil bool) {
exec.go#L1117: v, _ = indirect(v) // fmt.Fprint handles nil.
funcs.go#L206: if item, isNil = indirect(item); isNil {
funcs.go#L248: if item, isNil = indirect(item); isNil {
funcs.go#L293: item, isNil := indirect(item)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)